placesview: Fix wrong property type when creating a GtkLabel
authorTing-Wei Lan <lantw@src.gnome.org>
Wed, 5 Aug 2015 15:09:03 +0000 (23:09 +0800)
committerTing-Wei Lan <lantw@src.gnome.org>
Wed, 5 Aug 2015 15:31:13 +0000 (23:31 +0800)
commit68e00e9e5d9d1213a34b84c8cb8964f9cb15bc97
tree8bfc357b64cc1db5abbb4596500b9770276ab18b
parent359534ee59aa0572ca2bba2c509b93682ff5beeb
placesview: Fix wrong property type when creating a GtkLabel

The type of xalign property of GtkLabel is float, not int. Using wrong type
crashes GtkFileChooser on x86_64 when compiling with clang.

https://bugzilla.gnome.org/show_bug.cgi?id=753284
gtk/gtkplacesview.c